Bug 540994 – [Win32] Some windows don't appear at the top when created
authorCody Russell <bratsche@gnome.org>
Mon, 7 Jul 2008 22:18:15 +0000 (22:18 +0000)
committerCody Russell <bratsche@src.gnome.org>
Mon, 7 Jul 2008 22:18:15 +0000 (22:18 +0000)
2008-07-07  Cody Russell  <bratsche@gnome.org>

        Bug 540994 – [Win32] Some windows don't appear at the top when created

        * gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.

        I actually already committed this one by accident, probably when I committed
        #541305, but just wanted to document it here in the ChangeLog.

svn path=/trunk/; revision=20808

ChangeLog

index 5c453956a018e32512c99b62b5276b3c41d0d6b2..d5716f0d8241f83bd4b0bb30ac75510de18eda67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-07  Cody Russell  <bratsche@gnome.org>
+
+       Bug 540994 – [Win32] Some windows don't appear at the top when created
+
+       * gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.
+
+       I actually already committed this one by accident, probably when I committed
+       #541305, but just wanted to document it here in the ChangeLog.
+
 2008-07-07  Johan Dahlin  <johan@gnome.org>
 
        * gtk/tests/builder.c (test_cell_view):